ansi basic造句
例句與造句
- IS-Basic adheres to the ANSI BASIC standard.
- In 1976, Steve Garland added structured programming features to create Dartmouth SBASIC, a precompiler which produced version 6 output ( and which formed the basis of ANSI BASIC ).
- Later, the Zebra Basic Interpreter ( ZBI ) was integrated into printer software, which is seen as an advancement to ZPL II by the producer and is ANSI BASIC oriented.
- In 1979 Kemeny and Kurtz released an ANSI BASIC compiler as the seventh and final version of BASIC at Dartmouth before leaving the college to concentrate on the further development of ANSI BASIC in the form of True BASIC.
- In 1979 Kemeny and Kurtz released an ANSI BASIC compiler as the seventh and final version of BASIC at Dartmouth before leaving the college to concentrate on the further development of ANSI BASIC in the form of True BASIC.
- It's difficult to find ansi basic in a sentence. 用ansi basic造句挺難的
- The version of BASIC was an extended version of ANSI BASIC, the facilities of which were similar to those in Microsoft BASIC . The graphics package included commands that could draw dots, lines, arcs, filled-in areas and annotated axes.
- Initially based on Dartmouth BASIC 7 & mdash; otherwise known as ANSI BASIC & mdash; True BASIC implemented a number of new features over GW-BASIC, and allowed the user a redefinable 16-color, 640?80 pixel backdrop for program editing.
- Substrings within strings are accessed using a substring notation : " A $ ( L, R ) " or " A $ [ L, R ] ", where the substring begins with the leftmost character specified by the index L and continues to the rightmost character specified by the index R, " A $ [ L ] " where the substring starts at the leftmost character specified by the index L and continues to the end of the string . ( TSB accepts ( ) or [ ] interchangeably . ) This is in sharp contrast to some later microcomputer BASICs that use functions such as LEFT $ ( ), MID $ ( ), and RIGHT $ ( ) to access substrings, although ANSI BASIC continues to use a similar substring syntax to that introduced by Hewlett-Packard.